home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
ab20
/
unarced
/
datacomm
/
vlt
/
rexx
/
dialbix2.scp
< prev
next >
Wrap
Text File
|
1995-03-17
|
570b
|
23 lines
# DialBIX2.scp
#
# And another way to log on to BIX, using traps.
#
screeng off; lines 40; parity none; echo on
trap add (~) (send "a")
trap add (Name? ) (send "-------*R"; emit "-------*R")
trap add (in: ) (send "*X08bix*R"; emit "*X08bix*R")
#
# Some unnecessary foolishness to demo the schedule command
#
sched (delay 15; mess "Are we here yet?")
sched (delay 60; mess "We must be here now...")
send "ATDT-------*R" # Phone number goes here
#
# Wait for Password or else the above traps would expire.
#
wait (word: ); BEEP; exit quiet